home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo ╔════════════════════════════════════════════════════════════════════════════╗
- echo ║ "The SPELLBOUND! Spelling Tutor", Version 1.10 ║
- echo ║ Copyright (C) 1988, 1989 by Kenneth R. Casey, Jr. All Rights Reserved. ║
- echo ╚════════════════════════════════════════════════════════════════════════════╝
- echo
- echo
- echo It is very important to set the Date and Time for SPELLBOUND! to
- echo function at its best. The Date and Time are included in the student
- echo records when they are working with SPELLBOUND!
- echo
- echo
- echo ╔════════════════════════════════╗
- echo ║ Set Date and Time for Records! ║
- echo ╚════════════════════════════════╝
- echo
- echo
- date
- time
- cls
- echo
- echo
- echo
- echo
- echo
- echo
- echo
- echo
- echo
- echo
- echo
- echo Now Loading SPELLBOUND!...
- path a:\;b:\;
- b:
- spell
-
-